func go/types.allUnsigned

2 uses

	go/types (current package)
		expr.go#L941: 			if !allUnsigned(y.typ) && !check.allowVersion(check.pkg, 1, 13) {
		predicates.go#L41: func allUnsigned(typ Type) bool        { return allBasic(typ, IsUnsigned) }